projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79043f1
)
Seal priv pointer in GtkScaleButton.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:06:04 +0000
(11:06 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:06:04 +0000
(11:06 +0000)
svn path=/trunk/; revision=20580
gtk/gtkscalebutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtkscalebutton.h
b/gtk/gtkscalebutton.h
index 4bbd49537e74ab98a2ef7e35a03aefa475873a2d..f08dfb98f9b0d91aaa788722ba433c2ee1fc8f7d 100644
(file)
--- a/
gtk/gtkscalebutton.h
+++ b/
gtk/gtkscalebutton.h
@@
-63,7
+63,7
@@
struct _GtkScaleButton
GtkWidget *GSEAL(minus_button);
/*< private >*/
- GtkScaleButtonPrivate *
priv
;
+ GtkScaleButtonPrivate *
GSEAL (priv)
;
};
struct _GtkScaleButtonClass